Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the development group with 6 updates:

Package From To
@types/node 24.6.1 24.9.2
@vitest/coverage-v8 3.2.4 4.0.6
eslint-plugin-jsdoc 60.7.0 61.1.11
rolldown 1.0.0-beta.41 1.0.0-beta.45
vitest 3.2.4 4.0.6
vitest-when 0.8.0 0.9.0

Updates @types/node from 24.6.1 to 24.9.2

Commits

Updates @vitest/coverage-v8 from 3.2.4 to 4.0.6

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.6

   🐞 Bug Fixes

    View changes on GitHub

v4.0.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.0.4

   🐞 Bug Fixes

... (truncated)

Commits
  • 2e7b2b8 chore: release v4.0.6
  • e3b7775 fix(coverage): prevent filtering out virtual files before remapping to source...
  • ed9fc71 chore: release v4.0.5
  • 9b75ec5 chore: release v4.0.4
  • ca1766f chore: release v4.0.3
  • 07bc56a chore: release v4.0.2
  • 4a28faa chore: release v4.0.1
  • da7ce17 chore: release v4.0.0
  • 3e4b6b7 chore: release v4.0.0-beta.19
  • 35816fe fix(coverage): v8 to ignore Vite's generated cjs import helpers (#8718)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​vitest/coverage-v8 since your current version.


Updates eslint-plugin-jsdoc from 60.7.0 to 61.1.11

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v61.1.11

61.1.11 (2025-10-29)

Bug Fixes

  • fixing of missing parent should go between child and grandparent (4f2ec35)

v61.1.10

61.1.10 (2025-10-28)

Bug Fixes

  • imports-as-dependencies: check for object-based types (or typings) (c9a22b6)

v61.1.9

61.1.9 (2025-10-26)

Bug Fixes

  • CJS: provide CJS version of to-valid-identiifer; fixes #1583 (ca57a1f)

v61.1.8

61.1.8 (2025-10-24)

Bug Fixes

  • no-undefined-types: consider module scope variables as defined; fixes #1581 (f938fdc)

v61.1.7

61.1.7 (2025-10-23)

Bug Fixes

  • imports-as-dependencies: handle resolve.exports errors (0c4e5b6)

v61.1.6

61.1.6 (2025-10-23)

Bug Fixes

  • imports-as-dependencies: check within exports for types; fixes #1114 (c0e4e7c)

v61.1.5

61.1.5 (2025-10-20)

... (truncated)

Commits
  • 4f2ec35 fix: fixing of missing parent should go between child and grandparent
  • c9a22b6 fix(imports-as-dependencies): check for object-based types (or typings)
  • ca57a1f fix(CJS): provide CJS version of to-valid-identiifer; fixes #1583
  • f938fdc fix(no-undefined-types): consider module scope variables as defined; fixes ...
  • 0c4e5b6 fix(imports-as-dependencies): handle resolve.exports errors
  • 6c13a32 chore: check Node 24
  • c0e4e7c fix(imports-as-dependencies): check within exports for types; fixes #1114
  • 8aa719c refactor: use node protocol identifier
  • 7a45e99 fix: update object-deep-merge, devDeps.; closes #1576
  • 93bb1f4 chore: update to-valid-identifier, devDeps.; lint
  • Additional commits viewable in compare view

Updates rolldown from 1.0.0-beta.41 to 1.0.0-beta.45

Release notes

Sourced from rolldown's releases.

v1.0.0-beta.45

[1.0.0-beta.45] - 2025-10-27

🚀 Features

🐛 Bug Fixes

💼 Other

  • pluginutils: switch to tsc to solve the issue of loading conflicting binary (#6708) by @​hyf0

🚜 Refactor

  • node: only call transformToRollupOutput when needed (#6695) by @​hyf0
  • node: split transformToRollupOutput into mutable and immutable versions (#6693) by @​hyf0
  • remove unnecessaey lazy data passing for BindingOutputs (#6692) by @​hyf0
  • rolldown_plugin_utils: tweak CSSEntriesCache (#6685) by @​shulaoda
  • rolldown_binding: use unified BindingRenderBuiltUrl (#6653) by @​shulaoda

📚 Documentation

⚡ Performance

... (truncated)

Changelog

Sourced from rolldown's changelog.

[1.0.0-beta.45] - 2025-10-27

🚀 Features

🐛 Bug Fixes

💼 Other

  • pluginutils: switch to tsc to solve the issue of loading conflicting binary (#6708) by @​hyf0

🚜 Refactor

  • node: only call transformToRollupOutput when needed (#6695) by @​hyf0
  • node: split transformToRollupOutput into mutable and immutable versions (#6693) by @​hyf0
  • remove unnecessaey lazy data passing for BindingOutputs (#6692) by @​hyf0
  • rolldown_plugin_utils: tweak CSSEntriesCache (#6685) by @​shulaoda
  • rolldown_binding: use unified BindingRenderBuiltUrl (#6653) by @​shulaoda

📚 Documentation

⚡ Performance

... (truncated)

Commits
  • fecc8ee release: v1.0.0-beta.45 (#6720)
  • a1fc9c8 fix(rolldown_binding): use Record instead of Map (#6715)
  • d4b7cac feat(plugin/vite-resolve): add legacyInconsistentCjsInterop option (#6687)
  • fc5ec4d fix: validate valibot schema against existing type (#6703)
  • d46ee80 chore: remove typedoc dependency and cleanup unused documentation generatio...
  • 5e237c6 fix(node/options): should validate transform.jsx correctly (#6698)
  • 058627d refactor(node): only call transformToRollupOutput when needed (#6695)
  • 6bfece5 refactor(node): split transformToRollupOutput into mutable and immutable ve...
  • 4b563b1 refactor: remove unnecessaey lazy data passing for BindingOutputs (#6692)
  • 07c5cc0 feat(rolldown_plugin_manifest): align with vitejs/vite#20585 (#6684)
  • Additional commits viewable in compare view

Updates vitest from 3.2.4 to 4.0.6

Release notes

Sourced from vitest's releases.

v4.0.6

   🐞 Bug Fixes

    View changes on GitHub

v4.0.5

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v4.0.4

   🐞 Bug Fixes

... (truncated)

Commits
  • 2e7b2b8 chore: release v4.0.6
  • 31706df fix: reuse the same environment when isolate and fileParallelism are fals...
  • 10a06d8 fix(happy-dom): properly teardown additional keys (#8888)
  • 197caf2 fix(jsdom): pass down Node.js FormData to Request (#8880)
  • ca041f5 fix: improve spying types (#8878)
  • e3b7775 fix(coverage): prevent filtering out virtual files before remapping to source...
  • 7e6c37a fix: do not throw when importing a type from an external package (#8875)
  • 3e19f27 fix: don't merge errors with different diffs for reporting (#8871)
  • ed9fc71 chore: release v4.0.5
  • b9521e0 fix: allow module in --config (#8864)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest since your current version.


Updates vitest-when from 0.8.0 to 0.9.0

Release notes

Sourced from vitest-when's releases.

v0.9.0

0.9.0 (2025-10-26)

Features

  • update to Vitest v4 and refine types (#34) (3b0eeee)

Bug Fixes

  • support mocked constructors in Vitest v4 (#33) (5ee07dd)

v0.8.1

0.8.1 (2025-10-03)

Bug Fixes

  • types: accept MockInstance (again) (#31) (fb9764f), closes #30
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vitest-when since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.6.1` | `24.9.2` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.2.4` | `4.0.6` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `60.7.0` | `61.1.11` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.0-beta.41` | `1.0.0-beta.45` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.4` | `4.0.6` |
| [vitest-when](https://github.com/mcous/vitest-when) | `0.8.0` | `0.9.0` |


Updates `@types/node` from 24.6.1 to 24.9.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitest/coverage-v8` from 3.2.4 to 4.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/coverage-v8)

Updates `eslint-plugin-jsdoc` from 60.7.0 to 61.1.11
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v60.7.0...v61.1.11)

Updates `rolldown` from 1.0.0-beta.41 to 1.0.0-beta.45
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-beta.45/packages/rolldown)

Updates `vitest` from 3.2.4 to 4.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/vitest)

Updates `vitest-when` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/mcous/vitest-when/releases)
- [Commits](mcous/vitest-when@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 61.1.11
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: rolldown
  dependency-version: 1.0.0-beta.45
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: vitest
  dependency-version: 4.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: vitest-when
  dependency-version: 0.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant